@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Roboto Condensed', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

/* box-shadow:3px 3px 26px rgba(7,86,165,0.24); */

:root{
    --black : #333;
    --dark-blue : #0756A5;
    --blue : linear-gradient(180deg, #027DF9 0%, #0756A5 100%);
    --white : #fff;
    --poppins : 'Poppins', sans-serif;
    --roboto : 'Roboto Condensed', sans-serif;
}

html {
    scroll-behavior: smooth!important;
}

.blue-gradient-text{
    background: var(--blue);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.auction-section-heading{
    font-size: 48px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 35px;
    text-align: center;
}

.thin-hr-line{
    width: 80%;
    margin: 0 auto;
    background: linear-gradient(180deg, #027DF9 0%, #0756A5 100%);
    height: 1px;
    border-top: 0;
    border-radius: 30px;
    opacity: 0.44;
}


  /* <!-- ========== AUCTION PAGE CSS STARTED========== --> */

/* <!-- ========== AUCTION BANNER SECTION CSS ========== --> */
.auction-hero-section{
    padding-top:127px;
}
.auction-hero-section .auction-hero-inner-section{
    padding:70px 0;
    background: linear-gradient(90deg, rgba(7, 86, 165, 0.10) 0.09%, rgba(255, 85, 0, 0.03) 99.92%);
}
.auction-hero-section .content h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
    line-height: normal;
    color: var(--dark-blue);
    font-family: 'Roboto Condensed', sans-serif;
}
.auction-hero-section .content p{
    font-size:18px;
    line-height: 28px;
    font-weight:400;
    color: var(--black);
    margin-bottom:40px;
    font-family: 'Poppins', sans-serif;
    width: 95%;
}

.auction-hero-section .content a{
    font-size: 24px;
    font-weight: 400;
    color: var(--white);
    padding: 0.7rem 3.2rem;
    background: linear-gradient(270deg, #F50 2.12%, #FF7530 96.18%);
    border-radius: 60px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
}
.auction-hero-section .content a:hover{
    transform: translateY(-8px);
    transition: all 0.3s ease-in-out;
}

.auction-hero-section img{
    max-width: 95%;
}


/* <!-- ========== AUCTION BIDDING SECTION CSS ========== --> */
.auction-bidding-section{
    padding: 100px 0;
}

.auction-bidding-section .first-bidding{
    align-items: center;
}

.auction-bidding-section .second-bidding{
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.auction-bidding-section .third-bidding{
    align-items: center;
}

.auction-bidding-section .image-wrapper{
    width: 100%;
}

.auction-bidding-section .image-wrapper img{
    max-width: 100%;
}

.auction-bidding-section .content-wrapper h6{
    font-size: 18px;
    font-weight: 400;
    font-family: var(--poppins);
    color: var(--dark-blue);
    margin-bottom: 40px;
}

.auction-bidding-section .content-wrapper p{
    font-size: 18px;
    font-weight: 400;
    font-family: var(--poppins);
    color: var(--black);
    line-height: 28px;
}


/* <!-- ========== AUCTION FEATURE SECTION CSS ========== --> */
.auction-feature-section{
    background: rgba(239, 244, 249, 1);
    padding: 100px 0;
}

.auction-feature-section .auction-section-heading{
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.auction-feature-section .auction-feature-row{
    margin-top: 80px;
    align-items: center;
}

.auction-feature-section .image-wrapper{
    width: 100%;
}

.auction-feature-section .image-wrapper img{
    max-width: 100%;
}

.auction-feature-section .content-wrapper li{
    list-style: none;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.auction-feature-section .content-wrapper li:last-child{
    margin-bottom: 10px;
}

.auction-feature-section .content-wrapper li img{
    height: 30px;
    width: 30px;
    margin-top: 2px;
}

.auction-feature-section .content-wrapper li span{
    font-size: 16px;
    color: var(--black);
    line-height: 32px;
}


/* <!-- ========== AUCTION PARA SECTION CSS ========== --> */
.auction-para-section{
    padding: 100px 0;
    background-color: #021021;
}

.auction-para-top-text{
    font-size: 32px;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    line-height: 48px;
}


/* <!-- ========== AUCTION CHALLENGE SECTION CSS ========== --> */
.auction-challenge-section{
    background: rgba(2, 16, 33, 1);
    padding: 100px 0;
    margin-bottom: 20px;
}

.auction-challenge-section .auction-challenge-para{
    color: var(--white);
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.auction-challenge-card{
    padding: 26px 26px; 
    padding-bottom: 35px;
    border-radius: 20px;
}

.auction-challenge-card.first{
    background: url(../images/auction-landing-challenge1.png);
    background-position: top right;
    background-size: cover;
}

.auction-challenge-card.first h6{
    color: var(--dark-blue);
}

.auction-challenge-card.second{
    background: url(../images/auction-landing-challenge2.png);
    background-position: bottom right;
    background-size: cover;
}

.auction-challenge-card.second h6{
    color: #FF884B;
}

.auction-challenge-card.third{
    background: url(../images/auction-landing-challenge3.png);
    background-position: top right;
    background-size: cover;
}

.auction-challenge-card.third h6{
    color: #41A86A;
}

.auction-challenge-card h6{
    font-size: 72px;
    font-weight: 700;
    font-family: var(--poppins);
    margin-bottom: 17px;
}

.auction-challenge-card p{
    font-size: 18px;
    color: var(--white);
    line-height: 33px;
}


/* <!-- ========== AUCTION PLATFORM SECTION CSS ========== --> */
.auction-platform-section{
    padding: 100px 0;
}

.auction-platform-section .auction-section-heading{
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.auction-platform-box{
    padding: 35px 35px 0 35px;
    border-radius: 20px;
    margin: 55px 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.auction-platform-box h4{
    font-size: 32px;
    line-height: 48px;
    max-width: 52%;
    color: var(--black);
    font-weight: 400;
    font-family: var(--poppins);
    margin-top: -35px;
}

.auction-platform-box h6{
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    font-family: var(--poppins);
    text-shadow: 0px 4px 4px rgba(7, 86, 165, 0.25);
    color: var(--white);
    margin-top: -35px;
}
.auction-platform-box.first{
    background: rgba(7, 86, 165, 0.07);
}

.auction-platform-box.second{
    background: linear-gradient(90deg, #0756A5 0.72%, rgba(7, 86, 165, 0.20) 68.71%);
    margin-bottom: 50px;
    margin-top: 0;
}

.auction-platform-box.first img{
    max-width: 32%;
}

.auction-platform-box.second img{
    max-width: 44%;
}

.auction-platform-section .auction-platform-row{
    align-items: flex-start;
}

.auction-platform-section .content-wrapper{
    padding: 0 47px;
}

.auction-platform-section .content-wrapper li{
    list-style: none;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.auction-platform-section .content-wrapper li:last-child{
    margin-bottom: 10px;
}

.auction-platform-section .content-wrapper li img{
    height: 30px;
    width: 30px;
    margin-top: 2px;
}

.auction-platform-section .content-wrapper li span{
    font-size: 18px;
    color: var(--black);
    line-height: 27px;
}

.auction-platform-section .content-wrapper li span a{
    color: #007FFE;
    font-family: var(--poppins);
    font-size: 18px;
    display: inline;
    text-decoration: underline!important;
}



#auction-campaign-register{
    padding-top: 75px!important;
}

#auction-campaign-register .annual-appeal-contact-heading{
    font-size: 28px;
}


/***************************************************************/
/* <!-- ========== RESPONSIVE MEDIA QUERIES CSS ========== --> */
/***************************************************************/

/* <!-- === RESPONSIVE 1198px STARTS HERE === --> */

@media (max-width:1198px){
    .auction-para-top-text{
        font-size: 29px;
        line-height: 45px;
    }
    .auction-section-heading{
        font-size: 42px;
    }
    .auction-platform-section .content-wrapper{
        padding: 0 27px;
    }
    .auction-challenge-card h6{
        font-size: 62px;
    }
    .auction-platform-box h4{
        max-width: 58%;
    }
    .auction-platform-box h6{
        font-size: 48px ;
        line-height: 58px;
    }
}


/* <!-- === RESPONSIVE 992PX STARTS HERE === --> */

@media (max-width:992px){
    .auction-hero-section{
        padding-top: 107px;
    }
    .auction-hero-section .auction-hero-inner-section{
        padding: 50px 0;
    }
    .auction-hero-section .content p{
        font-size: 16px;
        line-height: 25px;
        width: 100%;
        margin-bottom: 25px;
    }
    .auction-hero-section .content h1{
        font-size: 36px;
        margin-bottom: 18px;
    }
    .auction-hero-section .content a{
        font-size: 1.2rem;
        padding: 0.4rem 3rem;
    }
    .auction-hero-section img{
        max-width: 100%;
    }
    .auction-bidding-section{
        padding: 70px 0;
    }
    .auction-bidding-section .content-wrapper h6{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .auction-bidding-section .content-wrapper p{
        font-size: 15px;
        line-height: 24px;
    }
    .auction-bidding-section .bidding-image-col{
        padding: 0!important;
    }
    .auction-bidding-section .second-bidding{
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .auction-feature-section{
        padding: 70px 0;
    }
    .auction-feature-section .auction-section-heading{
        width: 100%;
    }
    .auction-section-heading{
        font-size: 32px;
        margin-bottom: 25px;
    }
    .auction-feature-section .auction-feature-row{
        margin-top: 45px;
    }
    .auction-feature-section .content-wrapper li{
        margin-bottom: 15px;
    }
    .auction-feature-section .content-wrapper li img{
        height: 22px;
        width: 22px;
        margin-top: 1px;
    }
    .auction-feature-section .content-wrapper li span{
        font-size: 15px;
        line-height: 24px;
    }
    .auction-para-section{
        padding: 70px 0;
    }
    .auction-para-top-text{
        width: 100%;
        font-size: 25px;
        line-height: 40px;
    }
    .auction-platform-section{
        padding: 70px 0;
    }

    .auction-platform-box h4{
        font-size: 24px;
        line-height: 34px;
        max-width: 60%;
    }
    .auction-platform-box h6 {
        font-size: 38px;
        line-height: 48px;
    }

    .auction-platform-section .content-wrapper{
        padding: 0;
    }
    .auction-platform-section .content-wrapper li{
        margin-bottom: 15px;
    }
    .auction-platform-section .content-wrapper li img{
        height: 22px;
        width: 22px;
        margin-top: 1px;
    }
    .auction-platform-section .content-wrapper li span {
        font-size: 15px;
        line-height: 24px;
    }
    .auction-platform-section .content-wrapper li span a{
        font-size: 15px;
    }
    .auction-challenge-section{
        padding: 70px 0;
    }
    .auction-challenge-section .auction-challenge-para{
        width: 100%;
        margin-bottom: 15px;
        font-size: 19px;
        line-height: 34px;
    }
    .auction-challenge-card{
        padding: 20px 12px;
        padding-bottom: 25px;
    }
    .auction-challenge-card h6{
        font-size: 42px;
        margin-bottom: 12px;
    }
    .auction-challenge-card p {
        font-size: 15px;
        line-height: 27px;
    }

}


/* <!-- === RESPONSIVE ONLY 768px STARTS HERE === --> */

@media (max-width:768px){
    .auction-hero-section {
        padding-top: 0px;
    }
    #auction-campaign-register{
        padding-top: 40px!important;
    }
}


/* <!-- === RESPONSIVE ONLY 767px STARTS HERE === --> */

@media (max-width:767px){
    .auction-hero-section .content{
        margin-bottom: 40px;
        text-align: center;
    }
    .auction-hero-section .content h1{
        font-size: 38px;
        margin-bottom: 25px;
    }
    .auction-hero-section .content p{
        font-size: 18px;
        line-height: 29px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .auction-hero-section .image-wrapper{
        text-align: center;
    }
    .auction-hero-section img{
        max-width: 70%;
    }
    .auction-hero-section .content a {
        font-size: 1.4rem;
        padding: 0.8rem 3rem;
    }
    .auction-bidding-section{
        padding: 50px 0;
    }
    .auction-bidding-section .image-wrapper{
        text-align: center;
        margin-bottom: 20px;
    }
    .auction-bidding-section .image-wrapper img{
        max-width: 100%;
    }
    .auction-bidding-section .second-bidding{
        margin-top: 35px;
        margin-bottom: 35px;
        flex-direction: column-reverse;
    }
    .auction-bidding-section .content-wrapper{
        padding: 0 20px;
    }
    .auction-bidding-section .content-wrapper h6{
        font-size: 18px;
    }
    .auction-bidding-section .content-wrapper p{
        font-size: 16px;
        line-height: 26px;
    }
    .auction-feature-section{
        padding: 50px 0;
    }
    .auction-section-heading{
        margin-bottom: 20px;
        font-size: 32px;
    }
    .auction-feature-section .auction-feature-row{
        flex-direction: column-reverse;
        gap: 35px;
    }
    .auction-feature-section .auction-feature-row .content-wrapper{
        padding: 0 40px;
    }
    .auction-feature-section .image-wrapper{
        text-align: center;
    }
    .auction-feature-section .image-wrapper img{
        max-width: 80%;
    }
    .auction-para-section{
        padding: 50px 0;
    }
    .auction-para-top-text{
        font-size: 20px;
        line-height: 33px;
    }
    .auction-platform-section{
        padding: 50px 0;
    }
    .auction-platform-section .content-wrapper{
        padding: 0 40px;
    }
    .auction-challenge-section{
        padding: 50px 0;
    }
    .auction-challenge-row{
        gap: 30px;
    }
    .auction-challenge-card{
        padding: 25px;
    }
    .auction-challenge-card p{
        font-size: 16px;
        line-height: 29px;
    }
    .auction-challenge-card h6{
        font-size: 55px;
        margin-bottom: 17px;
    }
    .auction-platform-box{
        padding: 25px 25px 0 25px;
        gap: 20px;
    }
    .auction-platform-box h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .auction-platform-box h6 {
        font-size: 30px;
        line-height: 38px;
    }

    #auction-campaign-register .annual-appeal-contact-heading{
        font-size: 25px;
    }

}


/* <!-- === RESPONSIVE ONLY 575px STARTS HERE === --> */

@media (max-width:575px){
    .auction-hero-section .content p{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
        width: 95%;
    }
    .auction-hero-section .content h1{
        font-size: 30px;
    }
    .auction-hero-section .content a {
        font-size: 1.4rem;
        padding: 0.7rem 2.8rem;
    }
    .auction-hero-section img{
        max-width: 80%;
    }
    .auction-bidding-section .content-wrapper{
        padding: 0;
    }
    .auction-bidding-section .content-wrapper h6{
        font-size: 16px;
    }
    .auction-bidding-section .content-wrapper p{
        font-size: 15px;
        line-height: 25px;
    }
    .auction-feature-section .image-wrapper img{
        max-width: 95%;
    }
    .auction-feature-section .auction-feature-row{
        gap: 25px;
    }
    .auction-feature-section .auction-feature-row .content-wrapper{
        padding: 0;
    }
    .auction-para-top-text{
        font-size: 18px;
        line-height: 30px;
    }
    .auction-platform-section .content-wrapper{
        padding: 0;
    }
    .auction-challenge-section .auction-challenge-para{
        font-size: 18px;
        line-height: 31px;
        margin-bottom: 35px;
    }
    .auction-challenge-card{
        padding: 20px;
    }
    .auction-challenge-card p{
        font-size: 15px;
        line-height: 27px;
    }
    .auction-challenge-card h6{
        font-size: 52px;
        margin-bottom: 15px;
    }
    .auction-platform-box{
        gap: 40px;
    }
    .auction-platform-box.first{
        flex-direction: column-reverse;
    }
    .auction-platform-box h4{
        max-width: 100%;
        margin-top: 0;
        text-align: center;
    }
    .auction-platform-box.first img{
        max-width: 80%;
    }
    .auction-platform-box.second{
        flex-direction: column;
    }
    .auction-platform-box h6{
        max-width: 100%;
        margin-top: 0;
        text-align: center;
    }
    .auction-platform-box.second img{
        max-width: 80%;
    }
}
